RemoveAt Method

Summary
Removes the IList item at the specified index.
Syntax
C#
C++/CLI
public void RemoveAt( 
   int index 
) 
public: 
void RemoveAt(  
   int index 
)  

Parameters

index
The zero-based index of the item to remove.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
System.NotSupportedExceptionThe IList is read-only.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.